object ErrorDigestOptionsForm: TErrorDigestOptionsForm Left = 524 Top = 384 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Options for the Errors Digest' ClientHeight = 190 ClientWidth = 261 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 34 Top = 108 Width = 194 Height = 13 Caption = '(When extra error information is available)' end object CancelButton: TButton Left = 177 Top = 156 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object OKButton: TButton Left = 89 Top = 156 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 0 OnClick = OKButtonClick end object ShowBounceCheckBox: TCheckBox Left = 16 Top = 56 Width = 169 Height = 17 Caption = 'Show bounce failure notifications' TabOrder = 3 end object ShowAbortCheckBox: TCheckBox Left = 16 Top = 24 Width = 153 Height = 17 Caption = 'Show user aborts' TabOrder = 2 end object VerboseCheckBox: TCheckBox Left = 16 Top = 88 Width = 249 Height = 17 Caption = 'Show verbose errors' TabOrder = 4 end end